'宣言 Public Overloads Shared Function GetUniqueValues( _ ByVal dataSource As System.Collections.IEnumerable, _ ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _ ByVal fieldName As System.String, _ ByVal cancelToken As System.Threading.CancellationToken _ ) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetUniqueValues( System.Collections.IEnumerable dataSource, System.Collections.Generic.Dictionary<string,object> view, System.string fieldName, System.Threading.CancellationToken cancelToken )
パラメータ
- dataSource
- データソースコレクション。
- view
- 集計を実施するために使用されるビュー定義。
- fieldName
- 一意の値が提供されるフィールドの名。
- cancelToken
- タスクをキャンセルできるようにします。
戻り値の型
Name(文字列)プロパティと Type(System.Type)プロパティを持つオブジェクトのコレクション。